From 0426abd3c6af6fa8707ee5bdc1821f8d4da2dc6b Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 23 Jan 2014 16:23:24 -0500 Subject: [PATCH] Improve docs for focus-line-pattern --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index da31b5f735..896ff398e6 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -3467,7 +3467,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS gtk_widget_class_install_style_property (klass, g_param_spec_string ("focus-line-pattern", P_("Focus line dash pattern"), - P_("Dash pattern used to draw the focus indicator"), + P_("Dash pattern used to draw the focus indicator. The character values are interpreted as pixel widths of alternating on and off segments of the line."), "\1\1", GTK_PARAM_READABLE)); gtk_widget_class_install_style_property (klass, -- 2.30.2